home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12669 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.2 KB  |  56 lines

  1. Newsgroups: comp.lang.c++
  2. Path: in2.uu.net!world!subtle
  3. From: subtle@world.std.com (Subtle Software)
  4. Subject: Re: Borland C++ And SQL Server
  5. Message-ID: <DoLLp5.ADG@world.std.com>
  6. Summary: Accessing SQL Server from C++
  7. Keywords: Object, C++, RDBMS, Borland, SQL Server
  8. Organization: The World Public Access UNIX, Brookline, MA
  9. References: <314DDAC4.15E0@vnet.net>
  10. Date: Thu, 21 Mar 1996 03:29:29 GMT
  11.  
  12. In article <314DDAC4.15E0@vnet.net>, Prodigm  <prodigm@vnet.net> wrote:
  13. >I am developing using Borland C++ 4.52 and need to access SQL Server.
  14. >I had intended to use embedded SQL to do this but was 
  15. >unpleasantly surprised to find that Microsoft's SQL Server only supports 
  16. >Visual C++ for both embedded SQL and the C Library access.  I have been 
  17. >hoping to avoid resorting to ODBC or IDAPI.  Does anyone know of any 
  18. >other options???
  19. >
  20.  
  21. Another option would be to use a C++ database connectivity tool such
  22. as Subtleware for C++ from Subtle Software.  Subtleware products 
  23. include a C++ database class library that provides a C++ interface
  24. to relational databases and encapsulates relational database constructs
  25. such as result sets, records, and columns as objects.  The Subtleware
  26. database class library works with Borland C++ and provides connectivity
  27. to all ODBC compliant datasources (including SQL Server).
  28.  
  29. In addition, Subtleware products include an interactive C++ Class Generator 
  30. (CGEN) that builds C++ classes from selected database schema.  The
  31. generated C++ classes provide a database API that is completely implemented
  32. to read and write records to an underlying database.  CGEN runs on all
  33. Windows platforms, supports Borland C++, and works with all ODBC compliant
  34. data sources (including SQL Server).
  35.  
  36. For more detailed information on these products and other Subtleware
  37. products, check out the Subtle home page at:
  38.  
  39.    http://world.std.com/~subtle/info.html
  40.  
  41. or send email to:
  42.  
  43.    info@subtle.com
  44.  
  45. There is also a free trial version of CGEN and the Subtleware
  46. database class library available through the Subtle home page.
  47.  
  48.   - Ted Kyriakakis
  49.  
  50.  
  51. -- 
  52. -------------------------------------------------------
  53. Subtle Software, Inc.        Phone: (508) 663-5584
  54. 1 Albion Road                Fax:   (508) 663-5685
  55. Billerica, MA  01821         email: info@subtle.com
  56.